Include cairo-1.0.gir when building Gdk-3.0.gir
authorMatthias Clasen <mclasen@redhat.com>
Mon, 12 Jul 2010 14:30:06 +0000 (10:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 12 Jul 2010 14:30:06 +0000 (10:30 -0400)
Seems necessary with the cairo_region_t changes.

gdk/Makefile.am

index 916a6e2a9099b66618cc31e3c46f1ac4c6700025..2af92c9ccbf3fcf3e3b844d07f3d09fa356af932 100644 (file)
@@ -188,7 +188,7 @@ introspection_files = \
 
 Gdk-3.0.gir: $(gdktargetlib) Makefile
 Gdk_3_0_gir_SCANNERFLAGS = --strip-prefix=Gdk
-Gdk_3_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-2.0 Pango-1.0
+Gdk_3_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-2.0 Pango-1.0 cairo-1.0
 Gdk_3_0_gir_LIBS = $(gdktargetlib)
 Gdk_3_0_gir_FILES = $(introspection_files)
 Gdk_3_0_gir_CFLAGS = $(INCLUDES)